-
Notifications
You must be signed in to change notification settings - Fork 16
cli mcp
PhuocLe edited this page Jun 20, 2026
·
3 revisions
devkit mcp starts the DynamicsCrm.DevKit MCP server for AI agent integration. It can also print setup guidance or list available MCP tools.
devkit mcp --auth FromPac --pacprofile default
devkit mcp devkit-codex --auth FromPac --pacprofile default
devkit mcp --tools
devkit mcp --setup-guide| Option | Description |
|---|---|
[name] |
Optional MCP server instance name, for example devkit-codex. |
--transport |
MCP transport type. Default: stdio. |
--setup-guide |
Show MCP setup guide. |
--tools |
List available MCP tools. |
--category |
Tool category: basic, standard, advanced, or all. |
--dry-run |
Prevent mutating MCP operations from executing. |