Skip to content

Commit cc7e286

Browse files
committed
sample: advanced math mcp server
1 parent e6ef804 commit cc7e286

File tree

10 files changed

+642
-101
lines changed

10 files changed

+642
-101
lines changed
File renamed without changes.

samples/mcp-math-server/mcp.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"servers": {
3+
"math-server": {
4+
"transport": "stdio",
5+
"command": "python",
6+
"args": ["server.py"]
7+
}
8+
}
9+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[project]
2+
name = "mcp-math-server"
3+
version = "0.0.1"
4+
description = "Advanced Math Operations MCP Server"
5+
authors = [{ name = "John Doe" }]
6+
dependencies = [
7+
"uipath-mcp==0.0.71",
8+
]
9+
requires-python = ">=3.10"

0 commit comments

Comments
 (0)