This commit is contained in:
2025-05-21 19:21:15 +09:00
parent 22d497661e
commit f94b377130
13 changed files with 345 additions and 13 deletions

3
mcp/cli.py Normal file
View File

@ -0,0 +1,3 @@
# cli.py
def main():
print("Hello MCP!")