Skip to content

Commit 5c71bd0

Browse files
authored
Enhance AI integration section in README
Reformatted and clarified the AI integration section in the README.
1 parent 3d7cb12 commit 5c71bd0

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

profile/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ editor integrations, they form an end-to-end TDD stack that works
2121
identically for **InterSystems IRIS** and **YottaDB** developers
2222
maintaining modern (pythonic) M code, as well as large legacy (VistA) M code.
2323

24-
**AI-integrated out-of-the-box**. m-dev-tools ships an MCP server ([`m-dev-tools-mcp`](https://pypi.org/project/m-dev-tools-mcp/), also listed on the [official MCP registry](https://registry.modelcontextprotocol.io/) as `io.github.m-dev-tools/m-dev-tools-mcp`) that exposes `route_intent` / `describe` / `verify` over the catalog so any MCP-capable agent (Claude Code, Codex, Continue, …) can resolve plain-English M-tooling intent without guessing. See the [**AI users guide**](../docs/ai-discoverability/ai-users-guide.md) for install paths (PyPI, `.mcp.json`, registry-driven), example sessions, and the no-MCP fallback that walks `tools.json` directly.
24+
25+
## AI-integrated out-of-the-box
26+
27+
**`m-dev-tools`** ships an MCP server ([`m-dev-tools-mcp`](https://pypi.org/project/m-dev-tools-mcp/), also listed on the [official MCP registry](https://registry.modelcontextprotocol.io/) as `io.github.m-dev-tools/m-dev-tools-mcp`) that exposes `route_intent` / `describe` / `verify` over the catalog so any MCP-capable agent (Claude Code, Codex, Continue, …) can resolve plain-English M-tooling intent without guessing. See the [**AI users guide**](../docs/ai-discoverability/ai-users-guide.md) for install paths (PyPI, `.mcp.json`, registry-driven), example sessions, and the no-MCP fallback that walks `tools.json` directly.
2528

2629

2730
## The need for M Dev Tools

0 commit comments

Comments
 (0)