Skip to content

Commit 6b72032

Browse files
committed
docs: add publisher to README
1 parent bc137e9 commit 6b72032

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@ By default, the service will run on `http://localhost:8080`.
6565
│ ├── model/ # Data models
6666
│ └── service/ # Business logic
6767
├── pkg/ # Public libraries
68-
└── scripts/ # Utility scripts
68+
├── scripts/ # Utility scripts
69+
└── tools/ # Command line tools
70+
└── publisher/ # Tool to publish MCP servers to the registry
6971
```
7072

7173
## API Documentation

0 commit comments

Comments
 (0)