We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc137e9 commit 6b72032Copy full SHA for 6b72032
README.md
@@ -65,7 +65,9 @@ By default, the service will run on `http://localhost:8080`.
65
│ ├── model/ # Data models
66
│ └── service/ # Business logic
67
├── pkg/ # Public libraries
68
-└── scripts/ # Utility scripts
+├── scripts/ # Utility scripts
69
+└── tools/ # Command line tools
70
+ └── publisher/ # Tool to publish MCP servers to the registry
71
```
72
73
## API Documentation
0 commit comments