kiri-mcp-server 0.20.0 → 0.20.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  > Intelligent code context extraction for LLMs via Model Context Protocol
4
4
 
5
- [![Version](https://img.shields.io/badge/version-0.20.0-blue.svg)](package.json)
5
+ [![Version](https://img.shields.io/badge/version-0.20.1-blue.svg)](package.json)
6
6
  [![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
7
7
  [![TypeScript](https://img.shields.io/badge/TypeScript-5.6-blue.svg)](https://www.typescriptlang.org/)
8
8
  [![MCP](https://img.shields.io/badge/MCP-Compatible-green.svg)](https://modelcontextprotocol.io/)
@@ -139,10 +139,10 @@ See [CHANGELOG.md](CHANGELOG.md) for release notes.
139
139
 
140
140
  **Recent highlights:**
141
141
 
142
- - **v0.20.0**: MCP Prompts/Resources対応
143
- - **v0.19.0**: MCP Structured Output対応(outputSchemaフィールド追加)
142
+ - **v0.20.1**: MCP Prompts translation fix (Japanese to English)
143
+ - **v0.20.0**: MCP Prompts/Resources support
144
+ - **v0.19.0**: MCP Structured Output support (outputSchema field)
144
145
  - **v0.18.2**: Defensive JSON sanitization for metadata persistence
145
- - **v0.18.1**: Unicode surrogate fix, DCCA analysis documentation
146
146
 
147
147
  ---
148
148
 
@@ -221,4 +221,4 @@ Built with [Model Context Protocol](https://modelcontextprotocol.io/), [DuckDB](
221
221
 
222
222
  ---
223
223
 
224
- **Status**: v0.20.0 (Beta) - Production-ready for MCP clients
224
+ **Status**: v0.20.1 (Beta) - Production-ready for MCP clients
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kiri-mcp-server",
3
- "version": "0.20.0",
3
+ "version": "0.20.1",
4
4
  "description": "KIRI context extraction platform",
5
5
  "type": "module",
6
6
  "packageManager": "pnpm@9.0.0",