1.2.0 • Published 11 months ago

mcp-llm-functions v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

MCP-Server

Let LLM-functions tools/agents be used through the Model Context Protocol.

Serve tools

{
  "mcpServers": {
    "tools": {
      "command": "npx",
      "args": [
        "mcp-llm-functions",
        "<llm-functions-dir>"
      ]
    }
  }
}

Serve the agent

{
  "mcpServers": {
    "<agent-name>": {
      "command": "node",
      "args": [
        "mcp-llm-functions",
        "<llm-functions-dir>"
        "<agent-name>",
      ]
    }
  }
}

Environment Variables

  • AGENT_TOOLS_ONLY: Set to true or 1 to ignore shared tools and display only agent tools.
1.2.0

11 months ago

1.1.0

12 months ago

1.0.0

12 months ago