toolcraft 0.0.113 → 0.0.115

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (27) hide show
  1. package/composition.json +2 -2
  2. package/dist/composition.json +2 -2
  3. package/node_modules/tiny-mcp-client/package.json +3 -0
  4. package/node_modules/toolcraft-schema/package.json +1 -1
  5. package/package.json +2 -2
  6. package/node_modules/tiny-mcp-client/.turbo/turbo-build.log +0 -7
  7. package/node_modules/tiny-mcp-client/scripts/build.mjs +0 -63
  8. package/node_modules/tiny-mcp-client/src/http-oauth.integration.test.ts +0 -796
  9. package/node_modules/tiny-mcp-client/src/http-oauth.test.ts +0 -922
  10. package/node_modules/tiny-mcp-client/src/index.ts +0 -94
  11. package/node_modules/tiny-mcp-client/src/internal.ts +0 -3904
  12. package/node_modules/tiny-mcp-client/src/jsonrpc-types.compile-check.ts +0 -66
  13. package/node_modules/tiny-mcp-client/src/mcp-client-http-transport.integration.test.ts +0 -222
  14. package/node_modules/tiny-mcp-client/src/mcp-client-sdk.test.ts +0 -1326
  15. package/node_modules/tiny-mcp-client/src/mcp-client-tiny-stdio-test-server-tools.test.ts +0 -143
  16. package/node_modules/tiny-mcp-client/src/mcp-lifecycle-types.compile-check.ts +0 -65
  17. package/node_modules/tiny-mcp-client/src/mcp-prompt-types.compile-check.ts +0 -66
  18. package/node_modules/tiny-mcp-client/src/mcp-resource-types.compile-check.ts +0 -70
  19. package/node_modules/tiny-mcp-client/src/mcp-tool-types.compile-check.ts +0 -127
  20. package/node_modules/tiny-mcp-client/src/mcp-transport-types.compile-check.ts +0 -75
  21. package/node_modules/tiny-mcp-client/src/mcp-utility-types.compile-check.ts +0 -181
  22. package/node_modules/tiny-mcp-client/src/mock-servers.test.ts +0 -980
  23. package/node_modules/tiny-mcp-client/src/oauth-discovery.ts +0 -578
  24. package/node_modules/tiny-mcp-client/src/package-runtime.test.ts +0 -25
  25. package/node_modules/tiny-mcp-client/src/transports.test.ts +0 -9018
  26. package/node_modules/tiny-mcp-client/src/utilities.test.ts +0 -372
  27. package/node_modules/tiny-mcp-client/tsconfig.json +0 -11
@@ -1,94 +0,0 @@
1
- export {
2
- createInMemoryTransportPair,
3
- discoverOAuthMetadata,
4
- createSdkTestPair,
5
- createTestPair,
6
- ERROR_INTERNAL,
7
- ERROR_INVALID_PARAMS,
8
- ERROR_INVALID_REQUEST,
9
- ERROR_METHOD_NOT_FOUND,
10
- ERROR_PARSE,
11
- HttpTransport,
12
- JsonRpcMessageLayer,
13
- McpClient,
14
- McpError,
15
- OAuthMetadataDiscovery,
16
- StdioTransport,
17
- } from "./internal.js";
18
-
19
- export type {
20
- AudioContent,
21
- BlobResourceContents,
22
- CallToolOptions,
23
- CallToolParams,
24
- CallToolResult,
25
- ClientCapabilities,
26
- CompleteArgument,
27
- CompleteParams,
28
- CompleteResult,
29
- Completion,
30
- ContentItem,
31
- CreateMessageParams,
32
- CreateMessageResult,
33
- EmbeddedResource,
34
- GetPromptParams,
35
- GetPromptResult,
36
- HttpTransportFetch,
37
- HttpTransportOptions,
38
- ImageContent,
39
- Implementation,
40
- IncludeContext,
41
- InitializeParams,
42
- InitializeResult,
43
- InMemoryTransportPair,
44
- JsonRpcErrorObject,
45
- JsonRpcErrorResponse,
46
- JsonRpcMessage,
47
- JsonRpcNotification,
48
- JsonRpcRequest,
49
- JsonRpcRequestOptions,
50
- JsonRpcResponse,
51
- JsonRpcSuccessResponse,
52
- LogLevel,
53
- LogMessage,
54
- McpClientConnection,
55
- McpClientOptions,
56
- McpTransport,
57
- McpTransportClosedEvent,
58
- ModelHint,
59
- ModelPreferences,
60
- OAuthAuthorizationServerMetadata,
61
- OAuthClientProvider,
62
- OAuthClientProviderOptions,
63
- OAuthDiscoveryCache,
64
- OAuthDiscoveryResult,
65
- OAuthMetadataFetch,
66
- OAuthSessionStore,
67
- OAuthProtectedResourceMetadata,
68
- OAuthUnauthorizedChallenge,
69
- PaginatedParams,
70
- PaginatedResult,
71
- ProgressParams,
72
- ProgressToken,
73
- Prompt,
74
- PromptArgument,
75
- PromptMessage,
76
- PromptReference,
77
- ReadResourceParams,
78
- RequestId,
79
- Resource,
80
- ResourceContents,
81
- ResourceReference,
82
- ResourceTemplate,
83
- Root,
84
- SamplingMessage,
85
- SdkTestPair,
86
- ServerCapabilities,
87
- StdioSpawn,
88
- StdioTransportOptions,
89
- TextContent,
90
- TextResourceContents,
91
- Tool,
92
- ToolAnnotations,
93
- StoredOAuthSession,
94
- } from "./internal.js";