You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/code-assist/README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,11 +30,11 @@ Google Maps Platform resources that the MCP server can access include:
30
30
<!-- [END maps_Description] -->
31
31
32
32
<!-- [START maps_CTADevelopers] -->
33
-
## Developers
33
+
## Benefits
34
34
35
-
-🪄 Make your favorite AI assistant or IDE a Google Maps Platform expert. With Code Assist, AI Agents like Gemini CLI, Claude Code, and Cursor can generate code and answer developer questions grounded in up-to-date, official Google Maps Platform documentation and code samples -- directly in your dev workflow.
35
+
- Make your favorite AI assistant or IDE a Google Maps Platform expert. With Code Assist, AI Agents like Gemini CLI, Claude Code, and Cursor can generate code and answer developer questions grounded in up-to-date, official Google Maps Platform documentation and code samples -- directly in your dev workflow.
36
36
37
-
-🚀 Whether you are making precision AI-Assisted code changes or vibecoding a new app prototype - Code Assist can help you accomplish your task faster and easier.
37
+
- Whether you are making precision AI-Assisted code changes or vibecoding a new app prototype - Code Assist can help you accomplish your task faster and easier.
38
38
39
39
<!-- [START_EXCLUDE] -->
40
40
Below is an example MCP Client response to a user's question with Code Assist MCP installed:
@@ -49,7 +49,7 @@ Below is an example MCP Client response to a user's question with Code Assist MC
49
49
-----
50
50
51
51
<!-- [START maps_Tools] -->
52
-
## 🔧 Tools Provided
52
+
## Tools Provided
53
53
54
54
The MCP server exposes the following tools for AI clients:
55
55
@@ -61,7 +61,7 @@ The MCP server exposes the following tools for AI clients:
61
61
62
62
<!-- [START maps_Transports] -->
63
63
64
-
## 🛠️ Supported MCP Transports
64
+
## Supported MCP Transports
65
65
66
66
This server supports two standard MCP communication protocols:
67
67
@@ -73,7 +73,7 @@ This server supports two standard MCP communication protocols:
73
73
-----
74
74
75
75
<!-- [START maps_LocalSetup] -->
76
-
## 🚀 Usage
76
+
## Usage
77
77
78
78
You can run the Code Assist MCP server either on your local development machine or remotely on Google Cloud Run.
79
79
@@ -238,7 +238,7 @@ Add the server to your preferred AI client's MCP configuration file. Find your c
238
238
239
239
<!-- [START maps_Settings] -->
240
240
241
-
## ⚙️ Available Settings
241
+
## Available Settings
242
242
243
243
### Port Configuration
244
244
@@ -275,7 +275,7 @@ If the specified port is unavailable, the server will automatically find and sta
275
275
276
276
<!-- [START maps_StreamableHTTP_Guide] -->
277
277
278
-
## 🌐 Local Streamable HTTP Guide
278
+
## Local Streamable HTTP Guide
279
279
280
280
For developers who need to integrate the Google Maps Platform Code Assist MCP server using the [Streamable HTTP](https://modelcontextprotocol.io/specification/2025-03-26/basic/transports#streamable-http) transport on their local machine, this guide provides setup instructions and testing steps.
0 commit comments