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:
24
.gitignore
vendored
Normal file
24
.gitignore
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
*.so
|
||||
.Python
|
||||
env/
|
||||
venv/
|
||||
.venv/
|
||||
ENV/
|
||||
dist/
|
||||
build/
|
||||
*.egg-info/
|
||||
.eggs/
|
||||
pip-log.txt
|
||||
pip-delete-this-directory.txt
|
||||
.tox/
|
||||
.coverage
|
||||
.cache
|
||||
nosetests.xml
|
||||
coverage.xml
|
||||
*.log
|
||||
.env
|
||||
.env.*
|
||||
*.sqlite3
|
||||
Reference in New Issue
Block a user