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.
- package/README.md +12 -8
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,10 +1,14 @@
|
|
|
1
|
-
|
|
1
|
+
<div align="center">
|
|
2
|
+
<img src="docs/public/logo.svg" alt="AT Protocol MCP Server Logo" width="200" height="200">
|
|
2
3
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
[](https://badge.fury.io/js/atproto-mcp)
|
|
7
|
+
[](https://opensource.org/licenses/MIT)
|
|
8
|
+
[](https://www.typescriptlang.org/)
|
|
9
|
+
[](https://github.com/cameronrye/atproto-mcp/actions/workflows/ci.yml)
|
|
10
|
+
[](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,
|
|
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 ❤️
|
|
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.
|
|
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",
|