MCPcopy
hub / github.com/electerm/electerm / post

Method post

src/client/common/fetch.jsx:48–50  ·  view source on GitHub ↗
(url, data, options)

Source from the content-addressed store, hash-verified

46 }
47
48 static post (url, data, options) {
49 return Fetch.connect(url, 'post', data, options)
50 }
51
52 static connect (url, method, data, options = {}) {
53 const body = {

Callers 6

mcpPostFunction · 0.80
ai-api.jsFile · 0.80
auth.jsFile · 0.80
ai.jsFile · 0.80
startMethod · 0.80
server.jsFile · 0.80

Calls 1

connectMethod · 0.45

Tested by 1

mcpPostFunction · 0.64