Skip to content

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kiliczsh committed Dec 11, 2024
1 parent 81bf158 commit 38a213d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,7 @@ For development with auto-rebuild:
npm run watch
```

## Installation

### Using mcp-get

You can install this package using mcp-get:

```bash
npx @michaellatman/mcp-get@latest install mcp-mongo-server
```
## Installation for Development

### Using Claude Desktop

Expand Down Expand Up @@ -111,6 +103,14 @@ The server provides schema information for each collection in the database:
- Automatically inferred from collection documents


## Using mcp-get

You can install this package using mcp-get:

```bash
npx @michaellatman/mcp-get@latest install mcp-mongo-server
```

## Usage with Claude Desktop

To use this server with the Claude Desktop app, add the following configuration to the "mcpServers" section of your `claude_desktop_config.json`:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mcp-mongo-server",
"version": "0.1.1",
"version": "0.1.2",
"description": "A Model Context Protocol server for MongoDB connections",
"private": false,
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ let db: any = null;
const server = new Server(
{
name: "mongodb",
version: "0.1.0",
version: "0.1.2",
},
{
capabilities: {
Expand Down

0 comments on commit 38a213d

Please sign in to comment.