Initial commit: Character Details MCP Server

This commit is contained in:
Aodhan Collins
2026-03-06 19:23:05 +00:00
commit f330fe8eb3
13 changed files with 1028 additions and 0 deletions

10
.dockerignore Normal file
View File

@@ -0,0 +1,10 @@
.venv/
__pycache__/
*.pyc
*.pyo
.git/
.gitignore
*.md
*.jsonl
Dockerfile
.dockerignore