Most MCP servers just wrap CRUD JSON APIs into tools — I did it too with scim-mcp and garmin-mcp-app. It works, until you realize a tool call dumps 50KB+ into context.
MCP isn't dead — but we need to design MCP tools with the context window in mind.
Most MCP servers just wrap CRUD JSON APIs into tools — I did it too with scim-mcp and garmin-mcp-app. It works, until you realize a tool call dumps 50KB+ into context.
MCP isn't dead — but we need to design MCP tools with the context window in mind.
Inspired By: grafana/loki#333
version: "3"
networks:
loki:
| #!/bin/sh | |
| git log --shortstat | grep -E "(Author: )(\b\s*([A-Z]\w+)){2}|fil(e|es) changed" | awk ' | |
| { | |
| if($1 ~ /Author/) { | |
| author = $2" "$3 | |
| } else { | |
| files[author]+=$1 | |
| inserted[author]+=$4 | |
| deleted[author]+=$6 | |
| } |
aws iam deactivate-mfa-device --user-name user@example.com --serial-number \
arn:aws:iam::12345:mfa/user\@example.com
aws iam delete-virtual-mfa-device --serial-number arn:aws:iam::12345:mfa/user\@example.comThis is a fork of original gist https://gist.github.com/nrollr/3f57fc15ded7dddddcc4e82fe137b58e, with slight changes on pointing to 5.7 version branch, instead of 8 (latest default of MySQL in Hombrew).
This procedure explains how to install MySQL using Homebrew on macOS (Sierra 10.12 and up)
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"apk-tools 2.8.2, compiled for x86_64.
usage: apk COMMAND [-h|--help] [-p|--root DIR] [-X|--repository REPO] [-q|--quiet] [-v|--verbose] [-i|--interactive] [-V|--version] [-f|--force]
[--force-binary-stdout] [--force-broken-world] [--force-non-repository] [--force-old-apk] [--force-overwrite] [--force-refresh] [-U|--update-cache]
[--progress] [--progress-fd FD] [--no-progress] [--purge] [--allow-untrusted] [--wait TIME] [--keys-dir KEYSDIR] [--repositories-file REPOFILE]
[--no-network] [--no-cache] [--cache-dir CACHEDIR] [--arch ARCH] [--print-arch] [ARGS]...
| # enable Docker for your repository | |
| options: | |
| docker: true | |
| pipelines: | |
| branches: | |
| development: | |
| - step: | |
| #python image with aws-cli installed |
| import {Directive, Attribute} from 'angular2/core'; | |
| import {NgModel} from 'angular2/common'; | |
| @Directive({ | |
| selector: '[mask]', | |
| host: { | |
| '(keyup)' : 'onInputChange()' | |
| } | |
| }) | |
| export class MaskDirective{ |