@cablate/mcp-google-map 0.0.13 → 0.0.15
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 +4 -0
- package/dist/chunk-UGYHPJPT.js +1 -0
- package/dist/cli.js +631 -2
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-W2DM2HDK.js +0 -1
package/README.md
CHANGED
|
@@ -203,3 +203,7 @@ If you have any questions or suggestions, feel free to reach out:
|
|
|
203
203
|
- Initial release with basic Google Maps integration
|
|
204
204
|
- Support for location search, geocoding, and directions
|
|
205
205
|
- Compatible with MCP protocol
|
|
206
|
+
|
|
207
|
+
## Star History
|
|
208
|
+
|
|
209
|
+
[](https://www.star-history.com/#cablate/mcp-google-map&Date)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var s=Object.create;var c=Object.defineProperty;var R=Object.getOwnPropertyDescriptor;var a=Object.getOwnPropertyNames;var t=Object.getPrototypeOf,y=Object.prototype.hasOwnProperty;var O=(o=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(o,{get:(r,e)=>(typeof require<"u"?require:r)[e]}):o)(function(o){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+o+'" is not supported')});var p=(o,r)=>()=>(o&&(r=o(o=0)),r);var x=(o,r)=>()=>(r||o((r={exports:{}}).exports,r),r.exports),E=(o,r)=>{for(var e in r)c(o,e,{get:r[e],enumerable:!0})},l=(o,r,e,g)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of a(r))!y.call(o,n)&&n!==e&&c(o,n,{get:()=>r[n],enumerable:!(g=R(r,n))||g.enumerable});return o};var F=(o,r,e)=>(e=o!=null?s(t(o)):{},l(r||!o||!o.__esModule?c(e,"default",{value:o,enumerable:!0}):e,o)),I=o=>l(c({},"__esModule",{value:!0}),o);var N={log:(...o)=>{console.error("[INFO]",...o)},error:(...o)=>{console.error("[ERROR]",...o)}};export{O as a,p as b,x as c,E as d,F as e,I as f,N as g};
|