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
3 changes: 3 additions & 0 deletions .yarn/versions/2347a851.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
undecided:
- "@subql/cli"
- "@subql/query"
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ You can also create, build and deploy SubQuery projects using [MCP (Model Contex

[![Install MCP Server](https://cursor.com/deeplink/mcp-install-dark.svg)](https://cursor.com/install-mcp?name=subquery&config=ewogICJzdWJxdWVyeSI6IHsKICAgICJjb21tYW5kIjogIm5weCIsCiAgICAiYXJncyI6IFsKICAgICAgIi15IiwKICAgICAgIkBzdWJxbC9jbGkiLAogICAgICAibWNwIgogICAgXQogIH0KfQ==)

[![VSCode Install MCP Server](https://img.shields.io/badge/VS_Code-NPM-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=SubQuery&inputs=%7B%22id%22%3A%22workingDirectory%22%2C%22type%22%3A%22promptString%22%2C%22description%22%3A%22Working%20Directory%22%7D&config=%7B%22type%22%3A%22stdio%22%2C%22command%22%3A%22npx%22%2C%22cwd%22%3A%22%24%7Binput%3AworkingDirectory%7D%22%2C%22args%22%3A%5B%22-y%22%2C%22%40subql%2Fcli%22%2C%22mcp%22%5D%7D)

### Manual configuration

For adding SubQuery MCP into other tools, the following command needs be run by the client.
Expand Down
5 changes: 4 additions & 1 deletion packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [6.0.0] - 2025-07-14
### Added
- `mcp` subcommand to provide an MCP server for using subquery projects (#2844)

Expand Down Expand Up @@ -803,7 +805,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- support subcommand codegen
- support subcommand init

[Unreleased]: https://github.com/subquery/subql/compare/cli/5.14.1...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/cli/6.0.0...HEAD
[6.0.0]: https://github.com/subquery/subql/compare/cli/5.14.1...cli/6.0.0
[5.14.1]: https://github.com/subquery/subql/compare/cli/5.14.0...cli/5.14.1
[5.14.0]: https://github.com/subquery/subql/compare/cli/5.13.0...cli/5.14.0
[5.13.0]: https://github.com/subquery/subql/compare/cli/5.12.0...cli/5.13.0
Expand Down
5 changes: 2 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@subql/cli",
"description": "CLI for SubQuery",
"version": "5.14.2-0",
"version": "6.0.0",
"author": "SubQuery Pte Ltd.",
"bin": {
"subql": "./bin/run"
Expand Down Expand Up @@ -94,6 +94,5 @@
"format": "prettier --write \"src/**/*.ts\"",
"changelog:release": "echo \"Updating changelog $npm_package_version\" && npx chan release $npm_package_version --git-url \"https://github.com/subquery/subql\" --release-prefix=\"cli/\""
},
"types": "lib/index.d.ts",
"stableVersion": "5.14.1"
"types": "lib/index.d.ts"
}
5 changes: 4 additions & 1 deletion packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [5.7.1] - 2025-07-14
### Fixed
- Lock down class-validator dependency that had a breaking change in a patch release (#2844)

Expand Down Expand Up @@ -464,7 +466,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- init commit

[Unreleased]: https://github.com/subquery/subql/compare/common/5.7.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/common/5.7.1...HEAD
[5.7.1]: https://github.com/subquery/subql/compare/common/5.7.0...common/5.7.1
[5.7.0]: https://github.com/subquery/subql/compare/common/5.6.1...common/5.7.0
[5.6.1]: https://github.com/subquery/subql/compare/common/5.6.0...common/5.6.1
[5.6.0]: https://github.com/subquery/subql/compare/common/5.5.0...common/5.6.0
Expand Down
5 changes: 2 additions & 3 deletions packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/common",
"version": "5.7.1-0",
"version": "5.7.1",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand Down Expand Up @@ -41,6 +41,5 @@
"README.md",
"CHANGELOG.md",
"LICENSE"
],
"stableVersion": "5.7.0"
]
}
62 changes: 19 additions & 43 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7517,6 +7517,25 @@ __metadata:
languageName: unknown
linkType: soft

"@subql/common@^5.3.0, @subql/common@^5.3.1, @subql/common@^5.6.0, @subql/common@workspace:*, @subql/common@workspace:packages/common":
version: 0.0.0-use.local
resolution: "@subql/common@workspace:packages/common"
dependencies:
"@subql/types-core": "workspace:*"
"@types/js-yaml": ^4.0.9
"@types/semver": ^7.5.8
"@types/update-notifier": ^6
axios: ^1.9.0
class-transformer: ^0.5.1
class-validator: 0.14.1
form-data: ^4.0.1
js-yaml: ^4.1.0
reflect-metadata: ^0.2.2
semver: ^7.6.3
update-notifier: ^5.1.0
languageName: unknown
linkType: soft

"@subql/common@npm:5.4.1-1":
version: 5.4.1-1
resolution: "@subql/common@npm:5.4.1-1"
Expand Down Expand Up @@ -7551,42 +7570,6 @@ __metadata:
languageName: node
linkType: hard

"@subql/common@npm:^5.3.0, @subql/common@npm:^5.3.1, @subql/common@npm:^5.6.0":
version: 5.7.0
resolution: "@subql/common@npm:5.7.0"
dependencies:
"@subql/types-core": 2.1.0
axios: ^1.9.0
class-transformer: ^0.5.1
class-validator: ^0.14.1
form-data: ^4.0.1
js-yaml: ^4.1.0
reflect-metadata: ^0.2.2
semver: ^7.6.3
update-notifier: ^5.1.0
checksum: 9508d710bc0ec1a94e296383afc8db0ce7a0ae4bc39e85d1e7ac7b87eaa254e399794bfa4c90f643cd1804152ed1c193b572ae7698c3c20171a96679e11c1379
languageName: node
linkType: hard

"@subql/common@workspace:*, @subql/common@workspace:packages/common":
version: 0.0.0-use.local
resolution: "@subql/common@workspace:packages/common"
dependencies:
"@subql/types-core": "workspace:*"
"@types/js-yaml": ^4.0.9
"@types/semver": ^7.5.8
"@types/update-notifier": ^6
axios: ^1.9.0
class-transformer: ^0.5.1
class-validator: 0.14.1
form-data: ^4.0.1
js-yaml: ^4.1.0
reflect-metadata: ^0.2.2
semver: ^7.6.3
update-notifier: ^5.1.0
languageName: unknown
linkType: soft

"@subql/node-core@workspace:*, @subql/node-core@workspace:packages/node-core":
version: 0.0.0-use.local
resolution: "@subql/node-core@workspace:packages/node-core"
Expand Down Expand Up @@ -7753,13 +7736,6 @@ __metadata:
languageName: node
linkType: hard

"@subql/types-core@npm:2.1.0":
version: 2.1.0
resolution: "@subql/types-core@npm:2.1.0"
checksum: dc9f3b74c0a4cf0ceb323473eba4a70d5fc3c5000d34a5c59e00b7432358cfd4eb819338db2adee1ac56433cb76548c1ef91d8d1a3e0919e092112a5d7663b7d
languageName: node
linkType: hard

"@subql/types-core@npm:^0.9.0":
version: 0.9.1
resolution: "@subql/types-core@npm:0.9.1"
Expand Down
Loading