Skip to content

Commit b5d4aa3

Browse files
committed
empty test to let the build pass
1 parent 2e16d3e commit b5d4aa3

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# drand-mcp-server 🎲
2+
![build](https://github.com/randa-mu/drand-mcp-server/actions/workflows/build.yml/badge.svg)
3+
24

35
Use verifiable randomness in your AI application. This [MCP](https://modelcontextprotocol.io) server enables you to get a random value from the [drand](https://drand.love) network, verify its validity and use it as an input seed to your model-driven flows!
46

test/index.test.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import {describe, it, expect} from "@jest/globals"
2+
3+
describe("mcp server", () => {
4+
it("hello world", () => {
5+
expect(true).toBe(true)
6+
})
7+
})

0 commit comments

Comments
 (0)