Skip to content

Commit 3ebad92

Browse files
hogan-yuanclaude
andauthored
chore: bump version to 0.1.10 (#22)
Bumps `Cargo.toml`, `Cargo.lock`, `server.json` (`version` and `packages[0].identifier` image tag) from `0.1.9` to `0.1.10`. ## What's in 0.1.10 (since v0.1.9) - **#19** `feat(tools): add quant_run` — server-side PineScript V6 indicator script execution against historical K-line data - **#20** `feat(scopes): expose OAuth scope groupings via /mcp/scopes.json` — also bundled into `/mcp/tools.json` - **#21** `feat(i18n): localize tool & scope descriptions for Chinese MCP clients` — zh-CN / zh-HK translations served under the new `locales` node ## Test plan - [x] `cargo build` — clean - [x] `Cargo.lock` regenerated to track 0.1.10 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent a2be329 commit 3ebad92

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "longbridge-mcp"
3-
version = "0.1.9"
3+
version = "0.1.10"
44
edition = "2024"
55

66
[dependencies]

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
33
"name": "com.longbridge/mcp",
44
"description": "US/HK markets — 110 tools: real-time quotes, options, orders, fundamentals, alerts, DCA & portfolio",
5-
"version": "0.1.9",
5+
"version": "0.1.10",
66
"repository": {
77
"url": "https://github.com/longbridge/longbridge-mcp",
88
"source": "github"
@@ -25,7 +25,7 @@
2525
"packages": [
2626
{
2727
"registryType": "oci",
28-
"identifier": "ghcr.io/longbridge/longbridge-mcp:0.1.9",
28+
"identifier": "ghcr.io/longbridge/longbridge-mcp:0.1.10",
2929
"transport": {
3030
"type": "streamable-http",
3131
"url": "http://localhost:8000/mcp",

0 commit comments

Comments
 (0)