Commit e093a2e
authored
Doc Tools MCP Server (#157)
* Init MCP
* Add comprehensive documentation for extensions and macros
- Add development guides for extensions and macros
- Add user guides with examples and usage patterns
- Add reference documentation for APIs
- Add README files for both components
* Add MCP server implementation and tests
- Implement MCP server with tool handlers
- Add comprehensive test suite for MCP functionality
- Add MCP tools directory with server utilities
* Update CLI tools for MCP integration
- Enhance doc-tools-mcp.js with improved tool handlers
- Update doc-tools.js with new command routing
- Refactor setup-mcp.js for better initialization
* Add GitHub Actions workflow for MCP testing
* Add CLI documentation generation tooling
- Add script to generate CLI reference documentation
- Add generated CLI reference in AsciiDoc format
* Add contributing guidelines
* Update package.json with new dependencies
* Update README with improved documentation structure
- Simplify main README
- Reference new documentation files for details
* Remove deprecated MCP_SERVER.md
Documentation moved to mcp/README.adoc
* Bump version
* Allow MCP server to work from any repo with doc-tools installed
Previously, the MCP server only worked when run from the
docs-extensions-and-macros source repository by checking for
bin/doc-tools.js. This prevented using the MCP server from
documentation repositories that have doc-tools installed as a dependency.
Now the validation:
1. First checks if we're in the source repo (bin/doc-tools.js exists)
2. Falls back to checking if doc-tools is available via npx
This allows the MCP server to work from any repository that has
doc-tools installed or available, while still working from the
source repository for development.
* Apply suggestions
* Fix tests
* Apply suggestions
* Apply suggestions
* Apply suggestions
* Improve schema
* Add background job support to rpk and metrics
* Fix defaults issue
* Allow for local dev
* Retry logic
* Add unified support for tokens
* Fix docker commands
* Remove cloud restriction
* Fix name
* Rearchitect MCP server for writer extensibility
* Update crd-docs to support local mode
* Improve reviews
* Fix tests1 parent 0279df9 commit e093a2e
File tree
93 files changed
+23418
-1583
lines changed- .github/workflows
- __tests__
- mcp
- rpcn-connector-docs/docs-data
- tools/property-extractor
- admin
- bin
- mcp-tools
- cli-utils
- docker-compose
- 25.1
- docs-data
- extensions
- version-fetcher
- macros
- mcp
- prompts
- team-standards
- templates
- tools
- cloud-regions
- metrics
- property-extractor
- redpanda-connect
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
93 files changed
+23418
-1583
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| 15 | + | |
| 16 | + | |
0 commit comments