You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{ name:'Event recap', desc:'LNbits at a festival or meetup', logo:'/logos/lnbits.svg' },
268
+
{ name:'Media repo', desc:'Discuss blog topics and feedback', icon:'devicon-github-original', url:'https://github.com/lnbits/lnbits_media' },
268
269
],
269
270
},
270
271
{
@@ -283,6 +284,7 @@ const roleData = {
283
284
desc:'Every guide you write, every blog you publish, and every story you share helps someone discover Lightning. Your content feeds the docs, the AI assistant, and the community.',
284
285
items: [
285
286
{ name:'Docs repo on GitHub', url:'https://github.com/DoktorShift/docs_lnbits', badge:'Contribute' },
287
+
{ name:'Media repo', url:'https://github.com/lnbits/lnbits_media', badge:'Blog topics and feedback' },
286
288
{ name:'LNbits news and community articles', url:'https://news.lnbits.com', badge:'Get featured' },
Copy file name to clipboardExpand all lines: docs/dev/tools.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,9 +55,16 @@ Polar shows you the macaroon and cert paths directly in the node info panel. Cop
55
55
56
56
Built by [Arbadacarbayk](https://github.com/Arbadacarbayk) - a standout community contribution that makes pre-release reviews fast and reliable.
57
57
58
+
## MCP Server - AI assistant integration
59
+
60
+
The [LNbits MCP Server](https://github.com/lnbits/LNbits-MCP-Server) lets AI assistants like Claude control a LNbits instance directly. 30+ tools for wallet management, payments, invoices, and extension operations. Useful for testing workflows through natural language, automating tasks, or building AI-powered Lightning applications.
Copy file name to clipboardExpand all lines: docs/guide/wallets/index.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -147,6 +147,25 @@ SPARK_TOKEN=your-access-key
147
147
148
148
## Advanced backends
149
149
150
+
### Spark (L2)
151
+
152
+
Self-custodial, seed-based wallet via an external [Node.js sidecar](https://github.com/lnbits/spark_sidecar). No Lightning node required - liquidity is managed automatically.
0 commit comments