🎉 Initial commit

Implemented the first version of Ghost MCP
This commit is contained in:
Fanyang Meng
2025-02-11 01:25:59 -05:00
commit 2a6e83eca7
14 changed files with 1605 additions and 0 deletions

12
.gitignore vendored Normal file
View File

@@ -0,0 +1,12 @@
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
ghost-admin-api.md
mcp-python-sdk.md