0.0.14 • Published 9 months ago

@openctx/provider-modelcontextprotocoltools v0.0.14

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
9 months ago

MCP Tools Provider for OpenCtx (Work in Progress)

This is a context provider for OpenCtx that enables access to tools exposed by MCP providers. This provider specifically handles tool interactions - it does not support MCP resources.

Currently, only MCP over stdio is supported (HTTP is not yet supported).

What This Provider Does

  • Connects to MCP providers to expose their available tools
  • Validates tool inputs against their schemas
  • Executes tool calls and returns results
  • Supports tool discovery and filtering via mentions

Creating MCP Tools

To create tools that can be used with this provider, see the MCP documentation on implementing tool endpoints in your MCP server.

Note: This provider documentation is under active development. Additional documentation and features examples will be added once design decisions are finalized.