Skip to content

Commit 1f9d071

Browse files
authored
Update server.ts
1 parent 8b7f5c3 commit 1f9d071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/map-server/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ async function geocodeWithNominatim(query: string): Promise<NominatimResult[]> {
8989
*/
9090
export function createServer(): McpServer {
9191
const server = new McpServer({
92-
name: "Map Server",
92+
name: "CesiumJS Map Server",
9393
version: "1.0.0",
9494
});
9595

0 commit comments

Comments
 (0)