Let LLM-functions tools/agents be used through the Model Context Protocol.
{
"mcpServers": {
"tools": {
"command": "npx",
"args": [
"mcp-llm-functions",
"<llm-functions-dir>"
]
}
}
}
{
"mcpServers": {
"<agent-name>": {
"command": "node",
"args": [
"mcp-llm-functions",
"<llm-functions-dir>"
"<agent-name>",
]
}
}
}
AGENT_TOOLS_ONLY
: Set totrue
or1
to ignore shared tools and display only agent tools.