We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b7f5c3 commit 1f9d071Copy full SHA for 1f9d071
examples/map-server/server.ts
@@ -89,7 +89,7 @@ async function geocodeWithNominatim(query: string): Promise<NominatimResult[]> {
89
*/
90
export function createServer(): McpServer {
91
const server = new McpServer({
92
- name: "Map Server",
+ name: "CesiumJS Map Server",
93
version: "1.0.0",
94
});
95
0 commit comments