registry
registry copied to clipboard
Publish Auth Interface
This pull request introduces significant updates to the authentication system for the MCP Registry Publisher Tool. The changes focus on transitioning to an interface-based authentication system, implementing GitHub OAuth device flow as the default authentication method, and restructuring the codebase for better modularity and extensibility.
Adding an interface to the publishing CLI, so that it'll be easier to add more auth methods as they become available.