fly-agent-mcp 1.1.0 → 1.2.1
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/LICENSE +21 -0
- package/README.md +2 -3
- package/package.json +13 -3
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 Fly Social
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/README.md
CHANGED
|
@@ -160,13 +160,12 @@ Fly Agent supports businesses with multiple locations:
|
|
|
160
160
|
|
|
161
161
|
### "No accessible locations" error
|
|
162
162
|
|
|
163
|
-
1. Connect a Google Business Profile at
|
|
163
|
+
1. Connect a Google Business Profile at fly-social.com/fly-app
|
|
164
164
|
2. Complete the OAuth flow to grant access
|
|
165
165
|
|
|
166
166
|
## Support
|
|
167
167
|
|
|
168
|
-
-
|
|
169
|
-
- Issues: [GitHub Issues](https://github.com/ZoomLocal-Tech/fly-agent/issues)
|
|
168
|
+
- Report issues: [GitHub Issues](https://github.com/ZoomLocal-Tech/fly-agent-proxy/issues)
|
|
170
169
|
- Email: support@fly-social.com
|
|
171
170
|
|
|
172
171
|
## License
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fly-agent-mcp",
|
|
3
|
-
"version": "1.1
|
|
3
|
+
"version": "1.2.1",
|
|
4
4
|
"description": "MCP proxy for Fly Agent - AI-powered Google Business Profile management for Local SEO",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -20,14 +20,24 @@
|
|
|
20
20
|
"local-seo",
|
|
21
21
|
"gmb",
|
|
22
22
|
"review-management",
|
|
23
|
-
"
|
|
23
|
+
"google-profile-protection",
|
|
24
|
+
"performance-reporting",
|
|
25
|
+
"review-insights",
|
|
26
|
+
"local-rank-tracker",
|
|
27
|
+
"ai-agent",
|
|
28
|
+
"chatgpt",
|
|
29
|
+
"gemini"
|
|
24
30
|
],
|
|
25
31
|
"author": "Fly Social",
|
|
26
32
|
"license": "MIT",
|
|
27
33
|
"repository": {
|
|
28
34
|
"type": "git",
|
|
29
|
-
"url": "https://github.com/ZoomLocal-Tech/fly-agent"
|
|
35
|
+
"url": "https://github.com/ZoomLocal-Tech/fly-agent-proxy"
|
|
30
36
|
},
|
|
37
|
+
"bugs": {
|
|
38
|
+
"url": "https://github.com/ZoomLocal-Tech/fly-agent-proxy/issues"
|
|
39
|
+
},
|
|
40
|
+
"homepage": "https://github.com/ZoomLocal-Tech/fly-agent-proxy#readme",
|
|
31
41
|
"engines": {
|
|
32
42
|
"node": ">=18.0.0"
|
|
33
43
|
},
|