mirror of
https://github.com/open-webui/mcpo
synced 2025-06-26 18:26:58 +00:00
init
This commit is contained in:
commit
4b5c62c474
7
pyproject.toml
Normal file
7
pyproject.toml
Normal file
@ -0,0 +1,7 @@
|
||||
[project]
|
||||
name = "mcpo"
|
||||
version = "0.0.1"
|
||||
description = "A simple, secure MCP-to-OpenAPI proxy server"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.11"
|
||||
dependencies = []
|
||||
6
src/mcpo/main.py
Normal file
6
src/mcpo/main.py
Normal file
@ -0,0 +1,6 @@
|
||||
def main():
|
||||
print("Hello from mcpo!")
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Loading…
Reference in New Issue
Block a user