This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import express, { Request, Response } from 'express'; | |
| const app = express(); | |
| app.use(express.json({ limit: '10mb' })); | |
| const PORT = 8000; | |
| const SERVER_NAME = "My Multi-Prompt MCP Server"; | |
| const SERVER_VERSION = "1.3.0"; | |
| const PROTOCOL_VERSION = "2025-06-18"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import express, { Request, Response } from 'express'; | |
| const app = express(); | |
| app.use(express.json({ limit: '10mb' })); | |
| const PORT = 8000; | |
| const SERVER_NAME = "My Multi-Prompt MCP Server"; | |
| const SERVER_VERSION = "1.3.0"; | |
| const PROTOCOL_VERSION = "2025-06-18"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import express, { Request, Response } from 'express'; | |
| const app = express(); | |
| app.use(express.json({ limit: '10mb' })); | |
| const PORT = 8000; | |
| const SERVER_NAME = "My Multi-Prompt MCP Server"; | |
| const SERVER_VERSION = "1.3.0"; | |
| const PROTOCOL_VERSION = "2025-06-18"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import express, { Request, Response } from 'express'; | |
| const app = express(); | |
| app.use(express.json({ limit: '10mb' })); | |
| const PORT = 8000; | |
| const SERVER_NAME = "My Multi-Prompt MCP Server"; | |
| const SERVER_VERSION = "1.3.0"; | |
| const PROTOCOL_VERSION = "2025-06-18"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| """ | |
| Author: T. Patrick Bailey | |
| Whiteboarcoder.com | |
| Returns the monthly cost/budget for Claude | |
| Assumes an admin key is at ~/.claude-key-cost | |
| and you have to hard code the BUDGET variable | |
| """ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| """ | |
| Simple script to generate a response using Anthropic's messages endpoint | |
| and report input/output tokens. | |
| Works both with piped input and command-line arguments. | |
| """ | |
| import sys | |
| import json | |
| import os |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| """ | |
| Simple script to count input tokens using Anthropic's count_tokens endpoint | |
| Works both with piped input and command-line arguments | |
| """ | |
| import sys | |
| import json | |
| import os | |
| import argparse |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ██ | |
| ██░░██ | |
| ██░░░░░░██ | |
| ██░░░░░░██ | |
| ██░░░░░░░░░░██ | |
| ██░░██████░░██ | |
| ██░░░░██████░░░░██ | |
| ██░░░░██████░░░░██ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // Created by Patrick Bailey iQless.com | |
| // | |
| //////////////////////////////////////// | |
| $fn=200; | |
| moai_statue = "moai-small-no_overhang.stl"; | |
| magnet_dia = 32.2; //33 too big |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // Created by Patrick Bailey iQless.com | |
| // | |
| //////////////////////////////////////// | |
| $fn=200; | |
| moai_statue = "moai-small-no_overhang.stl"; | |
| moau_plug = "giant_moai_plug.stl"; |
NewerOlder