mcp-llm-functions

1.2.0 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i mcp-llm-functions

Weekly Downloads

5

Version

1.2.0

License

MIT

Unpacked Size

4.64 kB

Total Files

3

Last publish

Collaborators

  • sigoden