mirror of
https://github.com/project-zot/zot.git
synced 2026-06-20 06:37:56 +08:00
feat(mcp): add MCP extension support with routes and configuration
This commit is contained in:
@@ -33,4 +33,9 @@ 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