mirror of
https://github.com/project-zot/zot.git
synced 2026-06-17 21:17:58 +08:00
Revert "feat(mcp): add MCP extension support with routes and configur… (#3166)
Revert "feat(mcp): add MCP extension support with routes and configuration"
This reverts commit 56afa6bd42.
Signed-off-by: Ramkumar Chinchani <rchincha.dev@gmail.com>
This commit is contained in:
committed by
GitHub
parent
56afa6bd42
commit
eec57e62ca
@@ -33,9 +33,4 @@ const (
|
||||
UserPrefs = "/userprefs"
|
||||
ExtUserPrefs = ExtPrefix + UserPrefs
|
||||
FullUserPrefs = RoutePrefix + ExtUserPrefs
|
||||
|
||||
// mcp extension.
|
||||
MCP = "/mcp"
|
||||
ExtMCP = ExtPrefix + MCP
|
||||
FullMCP = RoutePrefix + ExtMCP
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user