Add @ts-ignore
to @modelcontextprotocol/sdk
type
#181
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces significant updates to the
agentica
library documentation and code examples, as well as a type-related enhancement in theIMcpLlmController
interface. The key changes include a revamped README for improved clarity and accessibility, and a new dependency warning in the TypeScript interface definition.Documentation and Code Example Updates:
agentica
, emphasizing its ease of use for AI agent development with clear examples of supported protocols (TypeScript Class, Swagger/OpenAPI, MCP). Added a motivational section targeting TypeScript and backend developers to highlight their readiness for AI development.MobileFileSystem
as a TypeScript class example and added a newvendor
configuration for specifying the AI model (gpt-4o-mini
) and API key. Also replaced outdatedtypia.llm.application
calls with updatedtypia.llm.controller
andassertHttpController
methods.TypeScript Interface Enhancement:
IMcpLlmController
: Added a warning in theIMcpLlmController
interface documentation to inform users about the need to install the@modelcontextprotocol/sdk
package for proper type validation. This ensures better developer awareness and reduces potential issues with theclient
type defaulting toany
.