We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a39d341 commit 7fafe24Copy full SHA for 7fafe24
README.md
@@ -98,7 +98,7 @@ mcp-server-for-apache-ofbiz/
98
├── config/
99
│ └── config.json # Server configuration (backend API base, auth token, etc.)
100
├── src/
101
-│ ├── server.ts # MCP server (Streamable HTTP transport)
+│ ├── server.ts # MCP server (Streamable HTTP transport)
102
│ ├── toolLoader.ts # Loader of tool definitions from "tools/"
103
│ └── tools/
104
│ └── findProductById.ts # Example tool calling an Apache OFBiz REST endpoint
@@ -199,4 +199,4 @@ If you wish, you can push the image to your registry by running
199
200
```sh
201
docker push myregistry.com/apache-ofbiz-mcp-server
202
-```
+```
0 commit comments