Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"1.2.2"}
{".":"1.2.3"}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.2.3](https://github.com/kintone/mcp-server/compare/1.2.2...1.2.3) (2025-11-19)


### Bug Fixes

* add Privacy Policy Reference ([#181](https://github.com/kintone/mcp-server/issues/181)) ([eba3b6d](https://github.com/kintone/mcp-server/commit/eba3b6d2837a7ddcf7851e680b73e100d9ad504a))
* add troubleshooting ([#182](https://github.com/kintone/mcp-server/issues/182)) ([2a89bfe](https://github.com/kintone/mcp-server/commit/2a89bfe82f6d9defab7d4a003ed0d32d2f3c3435))

## [1.2.2](https://github.com/kintone/mcp-server/compare/1.2.1...1.2.2) (2025-10-31)


Expand Down
6 changes: 4 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"manifest_version": "0.2",
"name": "@kintone/mcp-server",
"display_name": "Kintone MCP Server",
"version": "1.2.2",
"version": "1.2.3",
"description": "The official MCP Server for Kintone",
"long_description": "This extension provides Model Context Protocol (MCP) server capabilities for Kintone, allowing AI assistants to interact with your Kintone applications.",
"author": {
Expand All @@ -17,7 +17,9 @@
"homepage": "https://github.com/kintone/mcp-server",
"documentation": "https://github.com/kintone/mcp-server/blob/main/README.md",
"support": "https://github.com/kintone/mcp-server/issues",
"privacy_policies": ["https://github.com/kintone/mcp-server/blob/main/PRIVACY.md"],
"privacy_policies": [
"https://github.com/kintone/mcp-server/blob/main/PRIVACY.md"
],
"icon": "icon.png",
"server": {
"type": "node",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kintone/mcp-server",
"version": "1.2.2",
"version": "1.2.3",
"description": "The official MCP Server for kintone",
"keywords": [
"kintone",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// This file is auto-generated. Do not edit manually.
export const version = "1.2.2"; // x-release-please-version
export const version = "1.2.3"; // x-release-please-version