Skip to content

feat(mcp): add docs query server#104

Merged
pcharbon70 merged 1 commit intomainfrom
codex/implement-issue-49-mcp-docs-server
Mar 15, 2026
Merged

feat(mcp): add docs query server#104
pcharbon70 merged 1 commit intomainfrom
codex/implement-issue-49-mcp-docs-server

Conversation

@pcharbon70
Copy link
Contributor

Summary

  • add a tools-only MCP docs server core with search_docs, get_doc, and list_sections
  • expose the same read-only docs server over mix mcp.docs and POST /mcp/docs
  • cover the MCP core, stdio transport, HTTP transport, and docs tool behavior with tests

Testing

  • mix compile --warnings-as-errors
  • mix credo --strict
  • mix test
  • mix dialyzer

Closes #49

@pcharbon70 pcharbon70 merged commit 451534d into main Mar 15, 2026
2 checks passed
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.

Add an MCP documentation query server for jido.run

1 participant