-
Notifications
You must be signed in to change notification settings - Fork 266
Closed
Labels
server-Azure.McpAzure.Mcp.ServerAzure.Mcp.Servertools-CoreAZMCP Core functionality that all other tools build on top ofAZMCP Core functionality that all other tools build on top of
Milestone
Description
Describe the bug
Today we allow users to limit the available MCP tools to a single namespace, for example:
# Start MCP Server with only Storage tools
azmcp server start \
--namespace storage \
--mode all \
[--transport <transport>] \
[--read-only]However, for Sub-Agents, some customers want the ability to have even more control; the ability to specify the EXACT one (1) or more tools exposed:
# Start MCP Server with only `postgres database query`
azmcp server start \
--tool azmcp_postgres_database_query \
--mode all \
[--transport <transport>] \
[--read-only]Expected behavior
Ability to set the exact tool list.
Actual behavior
No ability to control the exact tool list today.
Metadata
Metadata
Assignees
Labels
server-Azure.McpAzure.Mcp.ServerAzure.Mcp.Servertools-CoreAZMCP Core functionality that all other tools build on top ofAZMCP Core functionality that all other tools build on top of
Type
Projects
Status
Done