Skip to content

Commit

Permalink
Adding MCP test
Browse files Browse the repository at this point in the history
  • Loading branch information
arafatkatze committed Jan 9, 2025
1 parent 3982490 commit c4d0fe3
Show file tree
Hide file tree
Showing 9 changed files with 1,255 additions and 132 deletions.
2 changes: 1 addition & 1 deletion lib/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openctx/client",
"version": "0.0.32",
"version": "1.0.99",
"description": "OpenCtx client library",
"license": "Apache-2.0",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion lib/client/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export type * from '@openctx/protocol'
export type { Provider } from '@openctx/provider'
export type * from '@openctx/schema'
export { observeItems, type Annotation, type EachWithProviderUri } from './api.js'
export { type Annotation, type EachWithProviderUri } from './api.js'
export {
createClient,
type AuthInfo,
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"json-schema-to-zod": "^0.1.5",
"@apidevtools/json-schema-ref-parser": "^11.7.3",
"vitest": "^1.6.0"
},
"stylelint": {
Expand Down
Loading

0 comments on commit c4d0fe3

Please sign in to comment.