Skip to content

Commit d269658

Browse files
authored
Chore: Version bump metadata and added changelog for 0.1.7 release (#36)
* chore: update package versions to 0.1.6 for consistency across manifests * docs: create CHANGELOG.md to document project updates and notable changes * chore: update version to 0.1.7 across all manifests and changelog
1 parent 31c813d commit d269658

5 files changed

Lines changed: 30 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"packages/code-assist": "0.1.3"
2+
"packages/code-assist": "0.1.7"
33
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "google-maps-platform-ai",
3-
"version": "0.1.3",
3+
"version": "0.1.7",
44
"private": true,
55
"workspaces": ["packages/code-assist"],
66
"repository": {

packages/code-assist/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
## [0.1.7] - 2025-08-28
6+
7+
### ✨ Features
8+
9+
* **Streamable HTTP Support:** Implemented full support for the MCP Streamable HTTP transport, including advanced compliance features from the latest spec. Your favorite AI assistants can now connect to the Code Assist server remotely!
10+
* **Health Check Endpoint:** Added a `/health` endpoint to the HTTP server for monitoring and infrastructure health checks.
11+
12+
### 🛠️ Fixes
13+
14+
* Corrected formatting and terminology in the `README.md` for Streamable HTTP instructions.
15+
* Fixed JSON configuration for Cline and Roo Code MCP clients.
16+
* Removed trailing slash from the Gemini CLI MCP installation command for consistency.
17+
18+
### 📚 Documentation
19+
20+
* **Major README Overhaul:** Reorganized sections and significantly enhanced the `README.md` with detailed instructions for:
21+
* All supported MCP transports (`stdio` and `Streamable HTTP`).
22+
* Connecting GCP services to a remote Cloud Run deployment.
23+
* New security features and compliance details.
24+
* Step-by-step instructions for Microsoft Copilot integration.
25+
* Added a "Try in Firebase Studio" button to the `README.md`.
26+
* Clarified Cloud Run deployment settings and security instructions.

packages/code-assist/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ export const getServer = () => {
132132
const server = new Server(
133133
{
134134
name: "code-assist-mcp",
135-
version: "0.1.3",
135+
version: "0.1.7",
136136
},
137137
{
138138
capabilities: {

packages/code-assist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@googlemaps/code-assist-mcp",
3-
"version": "0.1.5",
3+
"version": "0.1.7",
44
"main": "dist/index.js",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)