@mehmetbaykar/swift-poe-search-mcp 1.0.1 → 1.0.2

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 CHANGED
@@ -32,7 +32,7 @@ npx @mehmetbaykar/swift-poe-search-mcp@latest
32
32
 
33
33
  **Via Swift (build from source):**
34
34
  ```bash
35
- git clone <repo>
35
+ git clone https://github.com/mehmetbaykar/swift-poe-search-mcp.git
36
36
  cd swift-poe-search-mcp
37
37
  swift build -c release
38
38
  ```
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mehmetbaykar/swift-poe-search-mcp",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Swift Poe Search MCP Server - Model Context Protocol server written in Swift to do search and research with Poe API",
5
5
  "author": "Mehmet Baykar",
6
6
  "license": "MIT",