atproto-mcp 0.1.0 → 0.1.1

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 (2) hide show
  1. package/README.md +12 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,10 +1,14 @@
1
- # AT Protocol MCP Server
1
+ <div align="center">
2
+ <img src="docs/public/logo.svg" alt="AT Protocol MCP Server Logo" width="200" height="200">
2
3
 
3
- [![npm version](https://badge.fury.io/js/atproto-mcp.svg)](https://badge.fury.io/js/atproto-mcp)
4
- [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5
- [![TypeScript](https://img.shields.io/badge/TypeScript-007ACC?logo=typescript&logoColor=white)](https://www.typescriptlang.org/)
6
- [![Tests](https://github.com/cameronrye/atproto-mcp/actions/workflows/ci.yml/badge.svg)](https://github.com/cameronrye/atproto-mcp/actions/workflows/ci.yml)
7
- [![Coverage](https://codecov.io/gh/cameronrye/atproto-mcp/branch/main/graph/badge.svg)](https://codecov.io/gh/cameronrye/atproto-mcp)
4
+ # AT Protocol MCP Server
5
+
6
+ [![npm version](https://badge.fury.io/js/atproto-mcp.svg)](https://badge.fury.io/js/atproto-mcp)
7
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
8
+ [![TypeScript](https://img.shields.io/badge/TypeScript-007ACC?logo=typescript&logoColor=white)](https://www.typescriptlang.org/)
9
+ [![Tests](https://github.com/cameronrye/atproto-mcp/actions/workflows/ci.yml/badge.svg)](https://github.com/cameronrye/atproto-mcp/actions/workflows/ci.yml)
10
+ [![Coverage](https://codecov.io/gh/cameronrye/atproto-mcp/branch/main/graph/badge.svg)](https://codecov.io/gh/cameronrye/atproto-mcp)
11
+ </div>
8
12
 
9
13
  A comprehensive Model Context Protocol (MCP) server that provides LLMs with direct access to the AT Protocol ecosystem, enabling seamless interaction with Bluesky and other AT Protocol-based social networks.
10
14
 
@@ -275,7 +279,7 @@ Security is a top priority for this project. Please review our security practice
275
279
 
276
280
  If you discover a security vulnerability, please review our [Security Policy](SECURITY.md) for responsible disclosure guidelines.
277
281
 
278
- **Do not open public issues for security vulnerabilities.** Instead, email: c@meron.io
282
+ **Do not open public issues for security vulnerabilities.** Instead, send me a message privately.
279
283
 
280
284
  ### Security Features
281
285
 
@@ -290,4 +294,4 @@ For more details, see [SECURITY.md](SECURITY.md).
290
294
 
291
295
  ---
292
296
 
293
- Made with ❤️ for the AT Protocol and MCP communities
297
+ Made with ❤️ by [Cameron Rye](https://rye.dev/)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "atproto-mcp",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "packageManager": "pnpm@10.17.1",
5
5
  "description": "A comprehensive MCP server for AT Protocol integration, enabling LLMs to interact directly with the AT Protocol ecosystem",
6
6
  "type": "module",