Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by ryanbrito • Uncategorized
An example MCP server implemented in Python demonstrating how to create and expose tools for LLM consumption.
Call custom Python functions exposed as MCP tools.
Integrate with MCP servers via HTTP with OpenAPI documentation.
Test and develop MCP tools locally using stdio transport.
This repository provides a practical tutorial on building an MCP (Model Context Protocol) server using Microsoft's official Python SDK. It shows how to define callable tools with the @tool decorator that can be accessed by large language models like ChatGPT or Open WebUI. The project supports local execution and HTTP mode with OpenAPI documentation via mcpo, facilitating easy integration with LLM clients.