Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by HokageM • Uncategorized
An MCP server implementation demonstrating client-server interaction with local LLM tool selection.
Select and invoke server-side tools dynamically based on natural language prompts.
A local LLM to interface with an MCP server for tool execution.
Cross-language client-server MCP implementations in Python and TypeScript.
This repository provides a demo of an MCP server and client setup using both Python and TypeScript. It showcases how a local LLM can decide which tool to invoke on the server based on a prompt, supporting multiple client-server language combinations. The server exposes tools that can be called remotely, facilitating flexible and type-safe tool usage in an MCP architecture.