initial mcp server setup

This commit is contained in:
OwusuBlessing
2025-09-11 23:13:58 +01:00
commit 20f96c0f30
141 changed files with 14444 additions and 0 deletions
+44
View File
@@ -0,0 +1,44 @@
# Ignore virtual environment
venv/
groq_keys.json
cerebras_keys.json
# Ignore Python cache files
__pycache__/
# Ignore Jupyter Notebook checkpoints
.ipynb_checkpoints/
# Ignore log files
*.log
test.py
# Ignore data directory
data/
# Ignore all .docx and .pdf files
*.docx
*.pdf
test_keys.py
# Ignore all files in specs/ directory
specs/*
chronobid/*
# Except for scp_engr_doc.json in specs/ directory
!specs/scp_engr_doc.json
!specs/Aienergy.discipline.json
!specs/Aienergy.discipline.criteria.json
db.sqlite3
services/lab.html
env.json
api.json
.DS_Store
_venv
testing_grounds.py
claude_messages.json
.env.production
docs/flask_apispec