Skip to content

Commit 924103a

Browse files
committed
sample: advanced math mcp server
1 parent 8da033e commit 924103a

File tree

6 files changed

+1848
-0
lines changed

6 files changed

+1848
-0
lines changed

samples/mcp-math-server/.env.example

Whitespace-only 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)