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
+6
View File
@@ -0,0 +1,6 @@
def main():
print("Hello from intro-test!")
if __name__ == "__main__":
main()