Skip to content

Commit fa12744

Browse files
authored
docs: fix map-server readme and code of conduct links (#657)
1 parent ca1d298 commit fa12744

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ Alternatively, use the [workflow dispatch](https://github.com/modelcontextprotoc
502502

503503
## Code of Conduct
504504

505-
This project follows our [Code of Conduct](CODE_OF_CONDUCT.md). Please review it before contributing.
505+
This project follows our [Code of Conduct](https://github.com/modelcontextprotocol/.github/blob/main/CODE_OF_CONDUCT.md). Please review it before contributing.
506506

507507
## Reporting Issues
508508

examples/map-server/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Vanilla TypeScript app that:
122122

123123
- [`server.ts`](server.ts) - MCP server with geocode and show-map tools
124124
- [`mcp-app.html`](mcp-app.html) / [`src/mcp-app.ts`](src/mcp-app.ts) - CesiumJS globe UI
125-
- [`server-utils.ts`](server-utils.ts) - HTTP server utilities
125+
- [`main.ts`](main.ts) - HTTP and stdio server utilities
126126

127127
## Notes
128128

0 commit comments

Comments
 (0)