MCP Server Exploration\
\ This project is an exploration of the latest MCP specification revision:\
\
Building the Server\
\ To build servers binary:\ \
./build.sh\\
Integrating with Claude Desktop\
\ To use this server with Claude Desktop, add the executable path to your Claude\ Desktop configuration:\ \
{\
"mcpServers": {\
"rust_math_server": {\
"command": "$PATH/TO/mcp-server-rs-exploration/bin/stdio",\
"args": []\
}\
}\
}\\ Replace $PATH/TO with the actual path to your local clone of this project.

