Skip to content

Cbelwal/manifest update#169

Open
cbelwal wants to merge 2 commits intomainfrom
cbelwal/manifest-update
Open

Cbelwal/manifest update#169
cbelwal wants to merge 2 commits intomainfrom
cbelwal/manifest-update

Conversation

@cbelwal
Copy link

@cbelwal cbelwal commented Jan 21, 2026

Have Updated ToolingManifest.json to confirm to the documentation for a365 CLU Details, below::

  1. In a365 CLI, "mcp_NLWeb" and "mcpServerName": "mcp_KnowledgeTools" are same OBO permissions are created only for KnowledgeTools. However, when running a call to MCP for mcp_NLWeb is made which does not exist.

  2. In a365 CLI, there is no MCP server for mapping of ""OneDriveMCPServer", have update it to correct name

  3. Nore that the mcp_MeServer also does not work but will make a PR in a365 CLI for it.

@cbelwal cbelwal requested a review from a team as a code owner January 21, 2026 23:55
Copilot AI review requested due to automatic review settings January 21, 2026 23:55
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the ToolingManifest.json file to align with Agent 365 CLI documentation by correcting MCP server names. The changes address issues where certain MCP server names were incorrect or duplicated, causing problems with OBO permissions and server mapping.

Changes:

  • Removed "mcp_NLWeb" server (duplicate with incorrect OBO permissions)
  • Renamed "OneDriveMCPServer" to "mcp_ODSPRemoteServer" (correct server name per a365 CLI)
  • Added "mcp_WordServer"
  • Improved JSON formatting (tabs to spaces)

Comment on lines 0 to +22
{
"mcpServers": [
{
"mcpServerName": "mcp_MailTools"
},
{
"mcpServerName": "mcp_CalendarTools"
},
{
"mcpServerName": "OneDriveMCPServer"
},
{
"mcpServerName": "mcp_NLWeb"
},
{
"mcpServerName": "mcp_KnowledgeTools"
},
{
"mcpServerName": "mcp_MeServer"
}
]
} No newline at end of file
"mcpServers": [
{
"mcpServerName": "mcp_MailTools"
},
{
"mcpServerName": "mcp_CalendarTools"
},
{
"mcpServerName": "mcp_ODSPRemoteServer"
},
{
"mcpServerName": "mcp_KnowledgeTools"
},
{
"mcpServerName": "mcp_MeServer"
},
{
"mcpServerName": "mcp_WordServer"
}
]
}
Copy link

Copilot AI Jan 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The dotnet/agent-framework/sample-agent/ToolingManifest.json file has the same outdated MCP server names that were corrected here. It still contains "OneDriveMCPServer" (should be "mcp_ODSPRemoteServer") and "mcp_NLWeb" (should be removed). Consider applying the same corrections to that file for consistency across all .NET samples.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants