Skip to content

Commit f886203

Browse files
author
Conventional Changelog Action
committed
chore: release v1.0.0
1 parent 0cef77d commit f886203

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
## 0.5.0 (2026-01-03)
1+
## [1.0.0](https://github.com/opencontextprotocol/ocp-javascript/compare/v0.5.0...v1.0.0) (2026-02-15)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* Private methods moved from OCPSchemaDiscovery to OpenAPIParser class. Methods like parseOpenApiSpec(), normalizeToolName(), filterToolsByResources(), and others are no longer accessible on OCPSchemaDiscovery. Code using these private methods should use the OpenAPIParser class directly or the public discoverApi() method.
7+
8+
### Features
9+
10+
* refactor tool discovery into extensible parser registry pattern ([9afd6fa](https://github.com/opencontextprotocol/ocp-javascript/commit/9afd6fac88de96801836817a0792d4bb3afb5045))
11+
12+
## [0.5.0](https://github.com/opencontextprotocol/ocp-javascript/compare/7203094e6ab3d9e8b667f95910cfab2aa237972f...v0.5.0) (2026-01-03)
213

314

415
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencontextprotocol/agent",
3-
"version": "0.5.0",
3+
"version": "1.0.0",
44
"description": "JavaScript/TypeScript implementation of the Open Context Protocol for AI agents",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",

0 commit comments

Comments
 (0)