Skip to content

Commit

Permalink
Update README, remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Mao committed Dec 20, 2024
1 parent 6d3003c commit 0966469
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 850 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Smithery Typescript Framework [![npm version](https://badge.fury.io/js/@smithery%2Fsdk.svg)](https://badge.fury.io/js/@smithery%2Fsdk)

Smithery is a Typescript framework that easily connects language models (LLMs) to [Model Context Protocols](https://modelcontextprotocol.io/) (MCPs), allowing you to build agents that use resources and tools without being overwhelmed by JSON schemas.
Smithery is a Typescript framework with utilities to make it easier to connect language models (LLMs) to [Model Context Protocols](https://modelcontextprotocol.io/) (MCPs), allowing you to build agents that use resources and tools without being overwhelmed by JSON schemas.

⚠️ _This repository is work in progress and in alpha. Not recommended for production use yet._ ⚠️

Expand All @@ -10,6 +10,8 @@ Smithery is a Typescript framework that easily connects language models (LLMs) t
- Adapters to transform MCP resposnes for OpenAI and Anthropic clients
- Supports chaining tool calls until LLM completes

To find our registry of MCPs, visit [https://smithery.ai/](https://smithery.ai/).

# Quickstart

## Installation
Expand Down
23 changes: 0 additions & 23 deletions mcps/e2b/package.json

This file was deleted.

113 changes: 0 additions & 113 deletions mcps/e2b/src/index.ts

This file was deleted.

10 changes: 0 additions & 10 deletions mcps/e2b/tsconfig.json

This file was deleted.

24 changes: 0 additions & 24 deletions mcps/exa/package.json

This file was deleted.

Loading

0 comments on commit 0966469

Please sign in to comment.