iflow-mcp-jenstangen1-pptx 0.1.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package.json ADDED
@@ -0,0 +1,5 @@
1
+ {
2
+ "dependencies": {
3
+ "@modelcontextprotocol/sdk": "^1.7.0"
4
+ }
5
+ }
package_name ADDED
@@ -0,0 +1 @@
1
+ iflow-mcp-jenstangen1-pptx-xlsx-mcp
push_info.json ADDED
@@ -0,0 +1,5 @@
1
+ {
2
+ "push_platform": "github",
3
+ "fork_url": "https://github.com/iflow-mcp/jenstangen1-pptx-xlsx-mcp",
4
+ "fork_branch": "iflow"
5
+ }
pyproject.toml ADDED
@@ -0,0 +1,26 @@
1
+ [build-system]
2
+ requires = ["hatchling"]
3
+ build-backend = "hatchling.build"
4
+
5
+ [project]
6
+ name = "iflow-mcp-jenstangen1-pptx"
7
+ version = "0.1.0"
8
+ description = "MCP servers for interacting with Microsoft Office applications through AI assistance"
9
+ readme = "README.md"
10
+ requires-python = ">=3.7"
11
+ dependencies = [
12
+ "python-pptx==0.6.21",
13
+ "fastapi==0.109.2",
14
+ "uvicorn==0.27.1",
15
+ "requests==2.31.0",
16
+ "opencv-python==4.9.0.80",
17
+ "numpy==1.26.4",
18
+ "mcp>=0.9.0",
19
+ "Pillow>=10.0.0",
20
+ ]
21
+
22
+ [project.scripts]
23
+ pptx-mcp = "mcp_powerpoint_server:main"
24
+
25
+ [tool.hatch.build.targets.wheel]
26
+ packages = ["."]
requirements.txt ADDED
@@ -0,0 +1,9 @@
1
+ python-pptx==0.6.21
2
+ fastapi==0.109.2
3
+ uvicorn==0.27.1
4
+ requests==2.31.0
5
+ #pydantic==2.6.1
6
+ #Pillow==10.2.0
7
+ opencv-python==4.9.0.80
8
+ numpy==1.26.4
9
+ mcp>=0.9.0
server_config.json ADDED
@@ -0,0 +1 @@
1
+ {"serverConfig": "{\"mcpServers\":{\"pptx-xlsx-mcp\":{\"command\":\"uvx\",\"args\":[\"--from\",\"iflow-mcp-jenstangen1-pptx-xlsx-mcp-v2\",\"pptx-mcp\",\"--transport\",\"stdio\"],\"values\":{}}}}"}