Skip to content

Commit 787fec9

Browse files
committed
Fix Publish fail
1 parent 01dce4e commit 787fec9

File tree

10 files changed

+15
-12
lines changed

10 files changed

+15
-12
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Run Tests on PR
22

33
on:
44
pull_request:
5+
push:
6+
branches:
7+
- main
58

69
jobs:
710
test:

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,16 +60,16 @@ It's also backward compatible with previous versions including `2025-03-26`, `20
6060

6161
### Getting Started
6262

63-
- 📖 **[Quick Start Guide](docs/getting-started.md)** - Get up and running in 5 minutes
64-
- 🔧 **[Server Guide](docs/server-guide.md)** - Complete guide to building MCP servers
65-
- 💻 **[Client Guide](docs/client-guide.md)** - Complete guide to building MCP clients
63+
- 📖 **[Quick Start Guide](doc/getting-started.md)** - Get up and running in 5 minutes
64+
- 🔧 **[Server Guide](doc/server-guide.md)** - Complete guide to building MCP servers
65+
- 💻 **[Client Guide](doc/client-guide.md)** - Complete guide to building MCP clients
6666

6767
### Core Concepts
6868

69-
- 🛠️ **[Tools Documentation](docs/tools.md)** - Implementing executable tools
70-
- 🔌 **[Transport Options](docs/transports.md)** - Built-in and custom transport implementations
71-
- 📚 **[Examples](docs/examples.md)** - Real-world usage examples
72-
-**[Quick Reference](docs/quick-reference.md)** - Fast lookup guide
69+
- 🛠️ **[Tools Documentation](doc/tools.md)** - Implementing executable tools
70+
- 🔌 **[Transport Options](doc/transports.md)** - Built-in and custom transport implementations
71+
- 📚 **[Examples](doc/examples.md)** - Real-world usage examples
72+
-**[Quick Reference](doc/quick-reference.md)** - Fast lookup guide
7373

7474
### Advanced Features
7575

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

llms.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -856,11 +856,11 @@ See [CHANGELOG.md](https://github.com/leehack/mcp_dart/blob/main/CHANGELOG.md) f
856856
## Resources
857857

858858
### Documentation
859-
- **Getting Started**: https://github.com/leehack/mcp_dart/blob/main/docs/getting-started.md
860-
- **Server Guide**: https://github.com/leehack/mcp_dart/blob/main/docs/server-guide.md
861-
- **Client Guide**: https://github.com/leehack/mcp_dart/blob/main/docs/client-guide.md
862-
- **Examples**: https://github.com/leehack/mcp_dart/blob/main/docs/examples.md
863-
- **Quick Reference**: https://github.com/leehack/mcp_dart/blob/main/docs/quick-reference.md
859+
- **Getting Started**: https://github.com/leehack/mcp_dart/blob/main/doc/getting-started.md
860+
- **Server Guide**: https://github.com/leehack/mcp_dart/blob/main/doc/server-guide.md
861+
- **Client Guide**: https://github.com/leehack/mcp_dart/blob/main/doc/client-guide.md
862+
- **Examples**: https://github.com/leehack/mcp_dart/blob/main/doc/examples.md
863+
- **Quick Reference**: https://github.com/leehack/mcp_dart/blob/main/doc/quick-reference.md
864864
- **API Docs**: https://pub.dev/documentation/mcp_dart/latest/
865865

866866
### Community

0 commit comments

Comments
 (0)