Skip to content

Commit 7fafe24

Browse files
authored
Fix formatting in README.md for server.ts line
1 parent a39d341 commit 7fafe24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ mcp-server-for-apache-ofbiz/
9898
├── config/
9999
│ └── config.json # Server configuration (backend API base, auth token, etc.)
100100
├── src/
101-
│ ├── server.ts # MCP server (Streamable HTTP transport)
101+
│ ├── server.ts # MCP server (Streamable HTTP transport)
102102
│ ├── toolLoader.ts # Loader of tool definitions from "tools/"
103103
│ └── tools/
104104
│ └── 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
199199

200200
```sh
201201
docker push myregistry.com/apache-ofbiz-mcp-server
202-
```
202+
```

0 commit comments

Comments
 (0)