Initial commit: MCP server for Presenton integration

- server.py: MCP wrapper para API REST slide.descomplicar.pt
- requirements.txt: fastmcp, httpx
- .gitignore: Python standard
This commit is contained in:
2026-03-04 19:58:46 +00:00
commit f7032262ee
3 changed files with 196 additions and 0 deletions

2
requirements.txt Normal file
View File

@@ -0,0 +1,2 @@
fastmcp>=2.0.0
httpx>=0.27.0