Skip to content

Commit c7b2149

Browse files
authored
Merge pull request #14 from Beyond-Better/staging
Implemented AuditLogger more widely; module export for test utilities
2 parents ac771a2 + 084e866 commit c7b2149

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+1615
-1023
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ MIT License - see [LICENSE](LICENSE) for details.
210210
## 🔗 Related Projects
211211

212212
- [Model Context Protocol](https://github.com/modelcontextprotocol/typescript-sdk) - Official MCP TypeScript SDK
213-
- [Beyond Better](https://github.com/beyond-better) - AI-powered development tools
213+
- [Beyond Better](https://beyondbetter.app) - AI-powered development tools
214214

215215
---
216216

deno.jsonc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"name": "@beyondbetter/bb-mcp-server",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"description": "Comprehensive library for building Deno-based MCP servers",
55
"license": "MIT",
66
"copyright": "2025 - Beyond Better <charlie@beyondbetter.app>",
77
"exports": {
88
".": "./src/mod.ts",
9+
"./testing": "./tests/mod.ts",
910
"./examples/1-simple": "./examples/1-simple/main.ts",
1011
"./examples/2-plugin-workflows": "./examples/2-plugin-workflows/main.ts",
1112
"./examples/3-plugin-api-auth": "./examples/3-plugin-api-auth/main.ts",

0 commit comments

Comments
 (0)