Skip to content

Commit 3dd0eea

Browse files
committed
Adding MCP tools
1 parent 06abe80 commit 3dd0eea

File tree

12 files changed

+1046
-19
lines changed

12 files changed

+1046
-19
lines changed

lib/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openctx/client",
3-
"version": "0.0.32",
3+
"version": "1.0.99",
44
"description": "OpenCtx client library",
55
"license": "Apache-2.0",
66
"repository": {

lib/client/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export type * from '@openctx/protocol'
22
export type { Provider } from '@openctx/provider'
33
export type * from '@openctx/schema'
4-
export { observeItems, type Annotation, type EachWithProviderUri } from './api.js'
4+
export { type Annotation, type EachWithProviderUri } from './api.js'
55
export {
66
createClient,
77
type AuthInfo,

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@
4646
"ts-node": "^10.9.2",
4747
"typescript": "^5.4.5",
4848
"vite": "^5.2.11",
49+
"json-schema-to-zod": "^0.1.5",
50+
"@apidevtools/json-schema-ref-parser": "^11.7.3",
4951
"vitest": "^1.6.0"
5052
},
5153
"stylelint": {

0 commit comments

Comments
 (0)