-
Notifications
You must be signed in to change notification settings - Fork 187
Labels
Enhancement 🌟new feature or requestnew feature or request
Description
More information: modelcontextprotocol/modelcontextprotocol#1275
- The primary objective is to maintain backward compatibility throughout the implementation.
- Tools and prompts remain low-level and unaffected. Domains serve as a higher-level abstraction that is fully transparent to existing tools, requiring no changes to tool implementations.
- The domain feature is optional. Users who do not enable it will experience no changes in behavior.
- Domains exposed by our MCP server adhere to major versioning bumps for any changes that introduce breaking change on them.
Example of enabling domains:
"servers": {
"ado": {
"type": "stdio",
"command": "mcp-server-azuredevops",
"id": "mseng",
"domains": ["workitems", "wiki"]
}
}
Metadata
Metadata
Assignees
Labels
Enhancement 🌟new feature or requestnew feature or request