Skip to content

Commit ef01e4e

Browse files
authored
Merge pull request #9 from apify/feat/mcp-telemetry
feat: mcp telemetry
2 parents c818781 + 70b45bd commit ef01e4e

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to the **Apify for Kimi Code** plugin are documented in this
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.0.1]
8+
9+
### Changed
10+
- Updated Apify MCP server to include `?client=kimi+code+plugin` for client identification.
11+
712
## [1.0.0] — Initial Kimi Code release
813

914
### Added

kimi.plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"mcpServers": {
2525
"apify": {
26-
"url": "https://mcp.apify.com/"
26+
"url": "https://mcp.apify.com/?client=kimi+code+plugin"
2727
}
2828
},
2929
"interface": {

0 commit comments

Comments
 (0)